home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / FILELED.SPK / ReadMe < prev   
Text File  |  1997-02-20  |  3KB  |  66 lines

  1. This module (FileAccessLED) toggles the current state of scroll lock light
  2. during FileSwitch SWIs, which gives a pseudo disc access light. It should
  3. light up for accesses to files on all drives on all filing systems. It could
  4. be loaded at any point in a boot sequence, but to see what your drives are
  5. doing during boot up I would recommend putting it as near to the beginning
  6. as possible (but after VProtect if you use that).
  7.  
  8. It won't detect any calls directly to a filing system (such as verifying a
  9. disc) and may not detect FileSwitch * commands.
  10.  
  11. This is the only alternative I could see to patching the individual filing
  12. system modules or wiring it up in hardware. If I could make it light up only
  13. for specific drives or filing systems I would. It could easily be patched to
  14. use other keyboard LEDs.
  15.  
  16. It has been tested on an A3010 with RISC OS 3.10 and an old ICS internal
  17. hard drive. I have been using this module personally for almost two weeks
  18. now without any problems, even when running games! It does however slightly
  19. slow down disc access (it puts a second on my 26 second boot time).
  20.  
  21. If you have any comments or bug reports please feel free to email me. Any
  22. donations of money etc. towards a new Risc PC will be gratefully accepted ;-)
  23. If any updates are ever released, until June 1998 they will probably be
  24. available from:
  25. http://www.man.ac.uk/~mbge4ril/
  26.  
  27. Credit for the original idea goes to Mr D.M. Green.
  28.  
  29. Roger Lynn
  30.  
  31. email: R.I.Lynn@stud.man.ac.uk
  32. (after June 1998: RILynn@iee.org)
  33.  
  34.  
  35. Boring legal bit:
  36.  
  37. This module is freeware and is copyright Roger Lynn. It may be freely 
  38. distributed in it's original unaltered form with this text file. You may
  39. alter it *for your own use only*. (You can distribute it so long as you
  40. don't alter it, you can alter it so long as you don't distribute it.) I
  41. would be interested to hear of any modifications.
  42.  
  43. I disclaim all responsibility for anything that might happen to your
  44. computer as a result of using this software (apart from the nice flickering
  45. scroll lock light!). This includes loss of data, damage to hardware etc. The
  46. software is not intended for use in safety critical applications etc. The
  47. software is supplied "as is" and no warranty is made as to it's fitness for
  48. any particular purpose etc, etc, etc... blah, blah, blah...
  49.  
  50.  
  51. Changes:
  52.  
  53. Version 0.02, 19/02/97:
  54.  
  55. Fixed a bug that could have caused computer to crash in the unlikely event
  56. of one of the OS_Claims failing after one had already succeeded.
  57.  
  58. Version 0.01, 13/02/97:
  59.  
  60. Added OS_FSControl to the list of SWIs trapped (missed that one!), tidied up
  61. error handling in initialisation and finalisation code and moved code to
  62. reset scroll lock to original state to before the vector is called. (This
  63. prevents SWIs that write to the screen getting stopped by the scroll lock
  64. being on!). Thanks go to Dickon Hood for pointing these out. Modified this
  65. text file (hmm, it's now about 6 times longer than it was!).
  66.